home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 March / PCFormat 3_2008.iso / System / Auslogics Registry Defrag 4.1.5.52 / registry-defrag-setup.exe / {app} / regdefrag.dll / 0 / RCDATA / TMESCRSHOTFORM / TMESCRSHOTFORM.txt
Text File  |  2007-11-01  |  944b  |  47 lines

  1. object ScrShotForm: TMEScrShotForm
  2.   ActiveControl = ContinueBtn
  3.   Message = 'Screenshot Configuration'
  4.   MinWidth = 0
  5.   OnAction = 'madExcept.HandleScreenshotForm'
  6.   Timer = 250
  7.   object ContinueBtn: INVButton
  8.     Caption = 'Continue'
  9.     Enabled = True
  10.     NoOwnerDraw = False
  11.     Visible = True
  12.   end
  13.   object SkipBtn: INVButton
  14.     Caption = 'Skip'
  15.     Enabled = False
  16.     NoOwnerDraw = False
  17.     Visible = True
  18.   end
  19.   object CancelBtn: INVButton
  20.     Caption = 'Abort'
  21.     Enabled = True
  22.     NoOwnerDraw = False
  23.     Visible = True
  24.   end
  25.   object AttachCheck: INVCheckBox
  26.     Caption = 'some text'
  27.     Checked = True
  28.     Enabled = True
  29.     OutputName = ''
  30.     Spacing = 0
  31.   end
  32.   object ScrShotImg: INVImage
  33.     Border = True
  34.     Clickable = True
  35.     Enabled = True
  36.     File = ''
  37.     Height = 0
  38.     Spacing = 0
  39.     Width = 0
  40.   end
  41.   object Label1: INVLabel
  42.     Caption = '(click to edit image)'
  43.     Enabled = True
  44.     Spacing = 0
  45.   end
  46. end
  47.